win32: add css files to EXTRA_DIST
authorIgnacio Casal Quinteiro <icq@gnome.org>
Tue, 22 Jul 2014 12:53:16 +0000 (14:53 +0200)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Tue, 22 Jul 2014 12:53:16 +0000 (14:53 +0200)
gtk/Makefile.am

index e821185b5c2f1545db821b8c87d6bada2f90508f..8130c53671b1464d3e23b1b5593ad6e387a3558e 100644 (file)
@@ -1414,6 +1414,12 @@ gtk.gresource.xml: Makefile.am
        echo -e "  </gresource>" >> $@; \
        echo -e "</gresources>" >> $@;
 
+win32_theme_sources = \
+       resources/theme/win32/gtk-win32.css \
+       resources/theme/win32/gtk-win32-base.css \
+       resources/theme/win32/gtk-win32-classic.css \
+       resources/theme/win32/gtk-win32-xp.css
+
 adwaita_sources = \
        resources/theme/Adwaita/assets.svg \
        resources/theme/Adwaita/_colors.scss \
@@ -1700,6 +1706,7 @@ gsettings_SCHEMAS = \
 EXTRA_DIST +=                   \
        $(resource_files)       \
        $(adwaita_sources)      \
+       $(win32_theme_sources)  \
        $(gsettings_SCHEMAS)    \
        gtk-win32.rc            \
        gtk-win32.rc.in         \